home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_507 / BUTTONCONDACTION on(dragOver).as next >
Encoding:
Text File  |  2002-03-20  |  162 b   |  9 lines

  1. on(dragOver){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    setProperty("../", _xscale, "80");
  7.    setProperty("../", _yscale, "80");
  8. }
  9.